Install all supported agent platforms by default#75
Conversation
|
Thanks for the PR! Changes to LazyCodex land through oh-my-openagent — could you open this against omo-codex over there instead? PRs in this repository can't be merged. This PR was closed because it changes source-code paths in this repository: If you're working with a coding agent, prompt it like this:
|
|
[sisyphus-bot] Correction: LazyCodex is intentionally Codex-only. The multi-target default proposed here (Codex + Claude Code + Gemini) was ported to oh-my-openagent in #5766, but that was the wrong product boundary and is being reverted. LazyCodex install should stay scoped to Codex; other harness installers need their own explicit surfaces instead of riding on LazyCodex defaults. |
Summary\n- install Codex, Claude Code, and Gemini targets by default\n- keep explicit --platform targeting for single-surface installs\n- add --platform=all / --all-platforms aliases and filter Codex-only flags from non-Codex installs\n\n## Verification\n- npm test
Summary by cubic
npx lazycodex-ai installnow installs OmO for Codex, Claude Code, and Gemini by default. It keeps single-surface installs via--platform, adds--platform=all/--all-platformsaliases, and filters Codex-only flags on non-Codex targets.New Features
--platform=alland--all-platforms(also acceptsall,multi,*); explicit--platform=<target>still installs a single surface.--codex-autonomous).oh-my-openagentunchanged.Migration
npx lazycodex-ai install --platform=codex|claude-code|gemini.--platform=allor--all-platforms.Written for commit 260259a. Summary will update on new commits.